﻿.container{max-width:1200px;}

/*网站公共样式*/
.info-content{font-size:15px;line-height:2.5;}
a{color:#333;text-decoration:none;}                                            
a:hover{color:#0062d0}
a:focus{color:#0062d0}
a.btn-more{transition:all 0.3s ease;-moz-transition:all 0.3s ease; /* Firefox 4 */-webkit-transition:all 0.3s ease; /* Safari and Chrome */-o-transition:all 0.3s ease; /* Opera */}
.banner{height:500px\9!important;overflow:hidden\9!important;overflow:hidden;} /*兼容ie低版*/
.text-green{color:#0c3c8e;}


/*遮罩层*/
.mask-bg{position:fixed;width: 100%;height:100%;display:none;height:100vh;background-color: rgba(0, 0, 0, .7);overflow:hidden;z-index:100;top: 0;left: 0;}
.mask-bg.active{display:block;}



/*首页模块样式*/
.product-module-box {position:relative;}
.module-title{clear:both;text-align:center;margin:30px 0px 30px 0px;}
.module-title .cn-title{display:block;color:#333;line-height:48px;font-family: SimSun;font-weight: bold;}
.module-title span{font-size: 18px;background:url(../images/24tel.png) no-repeat center left;background-size: 34px;padding: 20px 0 20px 50px;}



/*自定义导航动画，也可以用animater.css中的动画，需要在script.js中修改*/
.nav .animated,.sub-nav .animated{animation-duration:0.4s;-webkit-animation-duration:0.4s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
.navSlide{animation-name:navSlide;-webkit-animation-name:navSlide;}
@keyframes navSlide{0%{transform:translateY(100%);-webkit-transform:translateY(100%);-ms-transform:translateY(100%);-moz-transform:translateY(100%);-o-transform:translateY(100%);opacity:0;visibility:visible;}100%{transform:translateY(0);-webkit-transform:translateY(0);-ms-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);opacity:1;}}



/*主菜单*/
@media (min-width:1000px) /*pc端*/
{
.top-logo{padding-top:10px;}
.header{height: 100px;background-color: #fff;}
.header .nav-toggle{display:none}
.header .logo{line-height:100px;}
.header .logo img{height:60px;}
.headerTop{background-color: rgb(0, 86, 173);position: sticky;top: 0;z-index: 12;}
.top-cheek .text-center{padding-right:0}

.nav>ul>li{text-align:center;line-height:58px;width: 14.2%;display: inline-block;}
.nav>ul>li>a{font-size:16px;color: #fff;width: 100%;display: block;}
.nav>ul>li>ul{display:none;}
.nav > ul > li.current{background-color:#00448a;}
.nav li:hover> ul{display:block;}
.nav ul li ul li a{display:block;width:100%;text-align:center;color:#fff;font-size:15px;line-height:50px} 
.nav ul li ul li a:hover{text-decoration:none;color:#fff;background:#00448a;}


.nav ul li{position:relative;}
.nav ul li .arrow{display:none}
.nav ul li ul{background-color:#065f9c;display:none;position:absolute;left:0;z-index:2;width:100%;} /*二级ul样式*/
.nav ul li ul li ul{left:100%;top:0px; display:none;}/*三级以后ul样式*/


.top-cheek{background-color: rgb(0, 86, 173);}
.nav ul li ul{display: none !important;}
.top-body{position: fixed;top: 158px;width: 100%;overflow: hidden;height:0px;z-index:10;}
.top-body.active{height:auto;min-height:221px;}
.top-box{opacity: 0;transition: all ease .3s;background: rgba(0,40,140,0.8);position:absolute;width:100%;top:0;left:0;z-index:1;}
.top-box:nth-child(2){position:relative;}
.top-box.active{opacity: 1;z-index:3;}
.top-pro{position: relative;}
.top-pro a{color:#fff;font-size:16px;}
.top-pro>ul{padding:40px 0;width:50%;}
.top-pro>ul>li{line-height:50px;padding:0 25px;}
.top-pro>ul>li.active{background:#fff;}
.top-pro>ul>li.active>a{color:rgba(0,40, 140,1);}
.top-pro>ul>li>ul{position: absolute;width: 50%;right: 0;top: 0;height:100%;padding: 40px 0;background: #fff;opacity:0;z-index: 1;}
.top-pro>ul>li>ul>li{line-height:40px;padding:0 30px;}
.top-pro>ul>li>ul>li:hover>a{color:rgba(0,40, 140,1);}
.top-pro>ul>li>ul>li>a{color:#333;}
.top-pro>ul>li>ul>li>a:before{content:"\f105";float:left;margin-right:12px;font: normal normal normal 14px/1 FontAwesome;line-height: 40px;}
.top-tit{margin-left:50px;margin-top:60px;color:#fff;font-size: 30px;line-height: 30px;margin-bottom: 40px;}
.top-tel-txt{color:#fff;font-size: 16px;line-height: 20px;margin-left: 50px;}
.top-tel{color:#fff;font-size:30px;margin-left: 50px;}
.top-tel:hover{color:#fff;}
.top-pro-item{position: absolute;right: 0;top: 0;background: #fff;padding: 40px 0;width:50%;height:100%;}
.top-pro-item>div{display:none;}
.top-pro-item>div.active{display:block;}
.top-pro-item>div>ul>li{line-height:40px;padding:0 30px;}
.top-pro-item>div>ul>li:hover>a{color:rgba(0,40, 140,1);}
.top-pro-item>div>ul>li>a{color:#333;}
.top-pro-item>div>ul>li>a:before{content:"\f105";float:left;margin-right:12px;font: normal normal normal 14px/1 FontAwesome;line-height: 40px;}

.top-all-menu{padding-top: 60px;padding-bottom:60px;}
.top-all-menu .tit{font-size: 26px;line-height: 26px;color: #fff;font-weight: bold;margin-bottom: 20px}
.top-all-menu a{color:#fff;padding: 15px 0px;border-bottom: 1px solid #ccc;display: block;font-size: 16px;position: relative;padding-right:24px;}
.top-all-menu a:before{content:"\f105";font: normal normal normal 14px/1 FontAwesome;position:absolute;right:0;line-height: 24px;}
.top-all-menu a:hover{border-bottom: 1px solid #fff;}
.top-all-menu>ul{overflow: hidden;}
.top-all-menu>ul>li{float: left;min-width: 200px;padding-right: 30px;}
#fruit{background: #fff;border: 1px solid #999;border-radius: 4px;padding: 5px 10px;margin-left: 7px;}

}

@media (max-width:1000px) /*手机端*/
{
.header{position:relative;z-index: 5;background-color:#fff;box-shadow: 0px 1px 4px rgba(216, 216, 233, 0.9);}
.header .logo {line-height: 66px;}
.header .logo img{height:50px;}
.header .nav-toggle{position:absolute;right:0px;top:2px;font-size:25px;min-width:66px;height:66px;line-height:66px;text-align:center;cursor:pointer;z-index:1;}
.header .nav-toggle.active{color:#ccc;}

.nav{position:fixed;z-index:100;top:0px;right:0px;width:0px;background:#fff;height:100%;height:100vh;opacity:0;transition: all 0.2s linear;overflow-y:auto}
.nav.active{opacity:1;width:300px;max-width:60%}
.nav ul li{line-height: 45px;text-align:left}
.nav ul li ul{display:none;} /*二级ul样式*/
.nav ul li a{padding-left:30px;display:block;color:#999;font-size:15px;line-height:3.5;border-bottom: 1px solid #dcdcdc}
.nav ul li ul li a{padding-left:60px;font-size:14px;background-color:#eeeeee}
.nav ul li ul li ul li a{padding-left:90px;}
.nav ul li ul li ul li li a{padding-left:120px;}
.nav ul li{position:relative;}
.nav ul li .arrow{position:absolute;right:0px;top:0px;width:50px;height:50px;line-height:50px; text-align:center;transition-duration:0s}
.nav ul li .arrow:after{font-family:FontAwesome;content:"\f105";display:block;font-weight:bold;font-size:18px}

.nav ul li.current > a{color:#5a342b;}
.nav ul li.active > ul{display:block}
.nav ul li.active > .arrow{transform:rotate(90deg)}
.top-body{display:none;}
.top-phone-fruit{position: absolute;top: 24px;left: 62%;font-size: 18px;}
.top-phone-fruit>a{margin:0 5px;color:#333;}
.top-phone-fruit>a.active{color:rgb(0, 86, 173)}
}



/*TOP*/
.header .top-center{color: #076aae;font-size: 17px;margin-top: 23px;padding-left: 0px;position: relative;line-height: 1.6;font-style: italic;}
.header .top-center .line{position:absolute;width:1px;height:50px;background:#d0d0d0;left:-36px;top:5px;transform: rotate(30deg);}
.header .top-center span{color: #333;display: block;font-weight: normal;}
.header .top-right{text-align: right;margin-top: 18px;}
.header .top-right img{padding-right: 5px;}
.header .top-right ul{text-align: left;line-height: 1.2;position: relative;top: 14px;display: inline-block;color: rgb(110, 124, 139);}
.header .top-right ul li:last-child{font-size: 24px;letter-spacing: 1px;color: #f90;}




/*BANNER*/
.html5zoo-arrow-left-0{background:url(../images/left.png) no-repeat scroll left top!important;margin-left:10px;}
.html5zoo-arrow-right-0{background:url(../images/left2.png) no-repeat scroll left top!important;margin-right:10px;}



/*FOOTER*/
.bg-black{background:url(../images/footerBg.png) repeat-x center;padding-top:34px;background-size: cover;}
footer{width:100%;min-height:95px;margin-top:60px;line-height:2.5;}
.footernav>ul>li>a{color:#bbbbbb;}
.footernav>ul>li>ul>li{display:none!important;}
.ulli ul li{line-height: 1.9;}
.ulli ul li:not(:nth-child(-n+7)){display:none;}
.ulli ul li a{color: rgb(236, 245, 236);font-size: 14px;}
.ulli ul li a::before{content:"-";}

.weixin .top ul{text-align: left;line-height: 1.2;position: relative;top: 14px;display: inline-block;color: rgb(110, 124, 139);}
.weixin .top ul li:first-child{font-size: 28px;color: #14b5f0;font-weight:bold;}
.weixin .top ul li:last-child{color: rgb(255, 255, 255);font-size: 13px;}
.weixin .top .border{padding: 6px 10px;border: 2px solid #e7ecf4;border-radius: 30px;text-align: center;display: inline-block;margin-right:10px;}
.weixin .top .border img{width: 26px;}

.contact li:not(:first-child){line-height:2;font-size:15px;}
.contact li:first-child img{width: 50px;}
.contact li:first-child b{font-size: 27px;letter-spacing: 1px;color: rgb(0, 255, 0);line-height:1;}

.move a{background-color: rgba(106,168,79,1);display:inline-block;width: 134px;line-height: 36px;text-align:center;color:#fff;border-radius: 18px;transition: border-color 0.4s ease 0s,background-color 0.4s ease 0s;}
.move a:hover{background-color: rgba(60,179,113,1);}
.copyright-bg a:hover{color:#fff;}
.copyright-bg .text-grayLight,.copyright-bg .text-grayLight a{color:#d9ebda;}
.copyright-bg .text-grayLight a:hover{color:#fff;}

/*bottom*/
@media (min-width:1000px){
footer .width1{width: 51%;}
footer .width2{width: 25%;}
footer .width3{width: 24%;}

}
@media (max-width:1000px){

}

.footnavList .tit a{font-size:17px;font-weight:bold;padding-bottom:14px;word-break: keep-all;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;color: #fff;}
.footnavList .list li{line-height:2.2;}
.footnavList .list li a{font-size:13px;word-break: keep-all;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;color: #fff;display: block;}
.footnavList .list li a:hover,.footnavList .tit a:hover{color:#d9ebda;}
.footnavList .list li ul li{display: none;}    

/*搜索*/
.ss-box{position: relative;color: #000;border: 1px solid rgb(217, 217, 217);background: #fff;max-width: 314px;height: 33px;margin: 0 0 0 auto;overflow: hidden;padding-right:50px;}
.ss-box input{background-color: #1e90ff;border: none;height: 31px;color: #000;}
.ss-box .s-input{width: 100%;outline: none;border: none;height: 32px;padding-left: 5px;background-color: transparent;}
.ss-box .s-btn{background-color: transparent;width: 50px;height: 33px;color: #08b963;cursor: pointer;outline: none;border: none;}
.ss-box .s-btn:hover{color:#c5c5c5;}
.ss-box .left{line-height:28px;}
.ss-box .right{position:absolute;right:0;top:0;line-height: 28px;}


/*Pc端 在线客服*/
.zaixian{position:fixed;bottom:440px;right:0px;z-index:9;}
.zaixian .zaixian_com{position:relative;width:50px;height:80px;}
.zaixian_com .zxzx_pic1{position:absolute;right:0px;top:0px;}
.zaixian_com .zxzx_pic2{position:absolute;right:-190px;top:-70px;z-index:10;width:170px;height:300px;}
.zaixian_com .zxzx_pic1 p{position: absolute;top: 50px;left: 18px;font-size: 13px;color: #fff;}
.zaixian_com .zxzx_pic2 p{position: absolute;top: 118px;left: 24px;font-size: 13px;color: #fff;}
.kf-lf-lj{position:absolute;width:100px;right:10px;top:70px;}
.kf-lf-lj a{display:block;line-height:30px;padding-left:10px;margin:5px 0;color:#848484;font-size:13px;}
.kf-lf-lj a .fa{padding-right:4px;}
.kf-lf-lj a:hover{background:#1298fa url(../images/box-kefu2.png) no-repeat 5px center;color:#FFF;border-radius:4px;}
@media(max-width:1000px){.zaixian{display:none;}}



/*PC端置顶*/
#ToTop {position: fixed;bottom: 80px;right: 40px;width: 40px;height: 40px;text-indent: -999em;z-index: 20000;background-image: url(../images/top2.png); background-repeat: no-repeat;background-position:-503px 0;;}
#ToTop:hover {width: 40px;height: 40px;background: url(../images/top2.png) no-repeat -503px -42px;;text-indent: -999em;filter: alpha(opacity=100);opacity: 1;z-index: 20000;}
@media (max-width:1000px) /*手机端*/
{.gotoptop_icon{display:none!important;}}



/*移动端固定栏目按钮*/
.float-nav-toggle{display: block;text-align: center;position: fixed;left: 6px;bottom: 60px;color: #fff;font-size: 18px;width: 40px;height: 40px;line-height: 40px;background-color: rgba(13, 13, 13, 0.6);border-radius: 20px;z-index: 4;}
@media (max-width: 767px) {.display-xs-block {display: block !important;}}



/*手机端固定导航栏*/
.footer-fixed{position:fixed;left:0;bottom:0;overflow:hidden;width:100%;padding:6px 0px 2px;color:#fff;z-index:4;-webkit-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;border-top: 0.2rem solid #000;background: #fff;}
.footer-fixed ul{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center;text-align: center;}
.footer-fixed ul li a{width:100%;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;font-size: 13px;}
.footer-fixed ul li p{font-size:1.3rem;}
.footer-fixed.active{transform:translateX(2.8rem);z-index:9;}
.footer-fixed2{font-size: 2.8rem;padding-top: 0.6rem;}
.footer-fixed i{display:block;}
.footer-fixed .fa{font-size:22px;}
@media (min-width:1000px){.footer-fixed{display:none!important;}}
@media (max-width:1000px){footer{margin-bottom:50px;}}
   



/*子栏目样式*/
.sub-nav-box {clear: both;position: relative;}
.sub-nav-box .sub-nav-title{text-align:left;background:rgb(7, 106, 174);font-size:22px;color:#fff;text-align:center;padding: 29px 0;position: relative;}
.sub-nav-box .sub-nav-title p{line-height:1.5;}
.sub-nav-box .sub-nav-title .title{font-size: 24px;letter-spacing: 1px;}
.sub-nav-box .sub-nav-title .line{position: absolute;height: 1px;max-width: 164px;background: #6db7ea;width: 95%;left: 50%;transform: translate(-50%,0);bottom: 43px;z-index: 1;}
.sub-nav-box .sub-nav-title .en-title{position: relative;z-index: 2;background: rgb(7, 106, 174);display: inline-block;padding: 0 6px;font-size: 16px;}
.sub-nav-box .sub-nav{clear:both;text-align:left;margin-bottom:8px;width:100%;overflow:visible;}
.sub-nav-box .sub-nav li{width:100%;padding:0px;text-align:left;position:relative;display:block;}
.sub-nav-box .sub-nav li a{border-top: 1px solid #fff;background-color: #e6f0f6;display:block;padding-left:25px;line-height:43px;font-size:14px;color:#666;font-family:"Microsoft YaHei",Tahoma,Verdana,"Simsun";font-size:15px}
.sub-nav-box .sub-nav li a:hover{color:#fff;background-color: #3cb371;}
.sub-nav-box .sub-nav li ul{display:none}
.sub-nav-box .sub-nav li ul li a{padding-left:55px;}
.sub-nav-box .sub-nav li ul li ul li a{padding-left:85px}

.sub-nav-box li .arrow{position:absolute;right:0px;top:0px;width:54px;height:54px;line-height:54px; text-align:center;transition-duration:0.1s;cursor:pointer}
.sub-nav-box li .arrow:after{font-family:FontAwesome;content:"\f105";display:block;font-weight:bold;font-size:18px}

.sub-nav-box .sub-nav li.current > a{color:#fff;background-color: #3cb371;}
.sub-nav-box .sub-nav li.active > ul{display:block}
.sub-nav-box .sub-nav li.active > .arrow{transform:rotate(90deg)}
.subBtmConUs{position:relative;}
.subBtmConUs img{width:100%;}
.subBtmConUs a{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;border:2px solid #fff;line-height:40px;width:90%;max-width:146px;text-align:center;transition: border-color 0.4s ease 0s,background-color 0.4s ease 0s;}
.subBtmConUs a:hover{border-color: rgba(34,234,123,1);}

/*公共样式*/
.breadcrumb{font-size:15px;border-bottom:2px solid rgb(217, 217, 217);}
.breadcrumb li img{width: 26px;position: relative;}
.breadcrumb > li + li::before{content: "››";color: #333;padding: 0 5px 0 4px;}
.breadcrumb > li a:hover{color: #333;text-decoration:underline;}
.card1{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;display: block;}
.card2{overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;word-break: break-all;height: 54px;}
.page ul li .fa{padding-right: 10px;}
.page ul li:hover a,.page ul li:hover{color: #0488CD;}



/*图片列表*/
.images-list .row .item a{display:block;overflow:hidden;}
.images-list .row .item img{display:block;width:100%;height:auto;transition: all 0.3s ease-out 0s;}
.images-list .row .item a:hover img{transform:scale(1.08,1.08);}
.images-list .row .item a:hover{color: #166e3e;}


/*---------------------------------------------------add---------------------------------------------------------------------*/
/*分页样式*/
@media (min-width:1000px){
.weixin .number{margin-left: -30px;}
.info-content,.boxsame{background-color: #fff;padding: 0 15px;margin-top:40px;}
.honour li{padding:20px 50px;}
.news-list .row .title p{padding-left:15px;}
.news-list .row .title a{padding-left:15px;}
}
@media (max-width:1000px){
.news-list{margin: 0 10px;}
.info-content,.boxsame{margin-top:30px;padding: 0 15px;}
}

/*分页公共样式*/
.liaison-man .box p{font-size: 23px;color: #076aae;font-weight:bold;}

/*分页-关于我们*/
.cooperate li img{border: 1px solid #f2f2f2;}

/*分页-新闻中心*/
.news-list{margin:0 -15px;}
.news-list .row{border-bottom: 1px dotted #dbd4cd;overflow: hidden;padding: 10px 0;margin: 0 0 20px;}
.news-list .row .date{background: #e4f2eb;width: 70px;height: 70px;text-align: center;margin: auto;}
.news-list .row .date li:first-child{font-size: 24px;font-weight: bold;height: 38px;line-height: 38px;color: #0056ad;}
.news-list .row .date li:last-child{font-size: 13px;color: #0056ad;}
.news-list .row .title p.card2{height:40px;}
.news-list .row .title p{padding-top: 2px;font-size: 13px;}
.news-list .row:hover .hover-red a{color:#0c3c8e;}


/*分页-产品中心*/
.images-list li .box{background-color:#fff;padding-bottom:10px;border: 1px solid rgb(238, 238, 238);}
.images-list li .box:hover{border-color: #3cb371;}


.index-search{background-color: rgb(247, 247, 247);font-size: 16px;color: rgb(68, 68, 68);}
.index-search a{color: #888;}
.Nomargin-15{margin:0 -15px !important;}

/*首页样式*/
@media (min-width:1000px){
.incorporation-title{text-align: left!important;}
.incorporation-title .headline{font-size:26px;}
.home-title{margin:20px 0 0;padding-left: 20px;}
.home-title .headline{font-size: 24px;}
.home-title .line{height: 1px;background:#166e3e;width:72px;margin: 15px 0;}
.home-partner{margin-bottom:-20px;padding:30px 0;}
.home-product{margin-top:30px;padding-bottom:60px;}
.index-All-title .tips{font-size: 36px;}
.index-All-title .title{font-size: 28px;}
.home-product-subNav{margin:40px 0;text-align:center;}
.home-product-subNav ul li{float:left;background-color: #f4fbff;line-height: 44px;}
.home-product-subNav ul li a{color:#000;width:128px;border-right:2px solid #fff;display:block;font-size: 15px;}
.contactx-bg{padding: 70px 0 120px;}
.contactx-bg .title-box .title{font-size: 32px;}
.contactx-bg .title-box .tips{font-size: 24px;}
.contactx-bg .box{margin-top:60px;}
.contactx-bg .box .list{padding:40px 30px;}
.contactx-bg .box .list .title{font-size: 20px;margin:14px 0;}
.contactx-bg .box .list .intro{font-size:15px;line-height:2;}
.incorporation .row{background:rgb(244, 244, 244);}
.incorporation .left{padding:0;}
.incorporation .left .box{position: relative;}
.incorporation .right .box .more a{padding: 7px 35px;}
.incorporation .right .box p{line-height:2;padding-left:20px;padding-right:40px;}
.incorporation .right .box .more{margin-top: 48px;padding-left:20px;}
.incorpor-bg{padding:70px 0 90px;}
.advantage-bg{background:url(../images/indexThreeBg.jpg) no-repeat center fixed;}
.advantage-bg{padding: 97px 0;}
.advantage-bg .title{font-size: 35px;margin-bottom:50px;}
.advantage-bg .box{font-size:19px;}
.advantage-bg .box span{margin:0 15px;}
.advantage-bg .box span img{margin-right:10px;}
.home-news li .box{background-color:#f9f9f9;}

.indexnews{padding:20px 0 50px;}
.ss-box{top: 12px;}
.index-search{line-height:57px;}
.incorporation .title-box .title{font-size: 28px;}
.incorporation .title-box .tips{font-size: 18px;}
.incorporation .title-box{margin-bottom:60px;}
.indexNewsBoxs{margin-top:40px;}
.images-list{margin-top:40px;}
.all-contentTop{margin-top:40px;}
.edge.weixin .number>div{float:right;}
}
@media (max-width:1000px){
.home-title{margin:20px 0;}
.home-title .headline,.incorporation-title .headline{font-size: 20px;}

.home-product{margin-top:30px;}
.contactx-bg{padding: 30px 0;}
.index-All-title .tips{font-size: 22px;}
.index-All-title .title{font-size: 18px;}
.home-product-subNav{margin:30px 0;}
.contactx-bg .title-box .title{font-size: 20px;}
.contactx-bg .title-box .tips{font-size: 16px;}
.contactx-bg .box .list{padding:30px 15px;}
.contactx-bg .box{margin-top:30px;}
.contactx-bg .box .list .title{font-size: 18px;margin:20px 0;}
.incorpor-bg{padding:30px 0;}
.home-product-subNav ul li{float:left;background-color: #f4fbff;line-height: 44px;margin-bottom:15px;}
.home-product-subNav ul li a{color:#000;border-right:2px solid #fff;display:block;font-size: 15px;padding:0 20px;}
.incorporation .right .box .more{margin-top:20px;}
.incorporation .right .box .more a{padding:10px;margin-bottom:10px;width:98px;height:42px}

.advantage-bg{background:url(../images/indexThreeBg.jpg) no-repeat center fixed;}
.advantage-bg{padding: 30px 0;}
.indexnews{padding:30px 0;}
.indexnews ul{margin-left: 0;margin-right: 0;}
.ss-box{margin:10px 0 15px;}
.index-search{line-height:2;}
.incorporation .title-box .title{font-size: 20px;}
.incorporation .title-box .tips{font-size: 16px;}
.incorporation .title-box{margin-bottom:20px;}
.incorporation .box{background: rgb(244, 244, 244);padding: 30px 15px;}
.incorporation .box .more{overflow:hidden;}
.home-title .line{height: 1px;background:#166e3e;width:72px;margin: 15px auto;}
.advantage-bg .title{font-size: 20px;margin-bottom:10px;}
.advantage-bg .box{font-size:16px;}
.advantage-bg .box span{margin:0 10px 10px;display: inline-block;}
.advantage-bg .box span img{margin-right:5px;}
.home-partner{margin-bottom:-60px;padding: 30px 0;}
.contactx-bg .box .list .intro{height:45px;}
.images-list{margin-top:30px;}
.all-contentTop{margin-top:30px;}
.move{margin-bottom:20px;}
}
/*首页公共样式*/
.home-title{text-align:center;}
.home-title .headline{padding-bottom:4px;}
.white-bg{background-color:#fff!important;}
.incorporation-title .headline{color: rgb(0, 0, 0);}
.gray-bg{background-color:#f9f9f9!important;}
.font-size-13{font-size:13px;}
.index-All-title{text-align:center;font-weight:600;}
.index-All-title .tips{color: rgb(216, 236, 226);}
.index-All-title .title{color: rgb(22, 110, 62);}
.home-product-subNav ul{overflow:hidden;display:inline-block;margin:auto;}
.home-product-subNav ul li:nth-child(1){background-color: #3cb371;}
.home-product-subNav ul li:nth-child(1) a{color: #fff;}
.home-product-subNav ul li:hover{background-color: #3cb371;}
.home-product-subNav ul li:hover a{color: #fff;}


/*首页-联系我们*/
.contactx-bg{background:url(../images/indexOneBg.jpg) no-repeat center;background-size:cover;text-align:center;color:#fff;}
.contactx-bg .title-box{text-align:center;}
.contactx-bg .title-box .title{font-weight:600;color: rgb(255, 255, 255);}
.contactx-bg .title-box .tips{color: rgb(255, 255, 255);}
.contactx-bg .box{overflow:hidden;}
.contactx-bg .box .list img{width:55px;transition: all 0.50s ease-in-out 0s;}
.contactx-bg .box .list img:hover{transform: rotateY(360deg);}
.contactx-bg .box .list:nth-child(2n-1){background-color: rgba(60,179,113,1);transition: border-color 0.4s ease 0s,background-color 0.4s ease 0s;}
.contactx-bg .box .list:nth-child(2n){background-color: #fff;transition: border-color 0.4s ease 0s,background-color 0.4s ease 0s;}
.contactx-bg .box .list:nth-child(2n) .title{color:#333;}
.contactx-bg .box .list:nth-child(2n) .intro{color:rgb(136, 136, 136);}
.contactx-bg .box .list:nth-child(2n-1):hover{background-color: rgba(51,165,102,1);}
.contactx-bg .box .list:nth-child(2n):hover{background-color: rgba(242,242,242,1);}

.incorporation .left .swiper-wrapper .swiper-slide img{border:1px solid #b9b9b9;}
.incorporation .right .box .more a{color:#fff;float:left;}
.incorporation .right .box .more a:nth-child(1){background-color:rgba(7,106,174,1);}
.incorporation .right .box .more a:nth-child(1):hover{background-color: rgba(60,179,113,1);}
.incorporation .right .box .more a:nth-child(2){background-color:rgba(60,179,113,1);}
.incorporation .right .box .more a:nth-child(2):hover{background-color: rgba(7,106,174,1);}

.incorporation .right .box p{color: rgb(67, 67, 67);font-size:15px;}
.incorporation .title-box{text-align:center;}
.incorporation .title-box .title{font-weight:600;color:#166e3e;}
.incorporation .title-box .tips{color: rgb(102, 102, 102);}
.incorpor-bg{background:url(../images/indexTwoBg.png) no-repeat center top}


/*首页-我们的优势*/
.advantage-bg .title{color:#0fff00;text-align:center;font-weight:500;}
.advantage-bg .box{text-align:center;color:#fff;}
.advantage-bg .box img{width:68px;}


/*首页-新闻动态*/
.index-news-list .row{border-bottom: 1px dotted #dbd4cd;overflow: hidden;margin: 10px 0;}
.index-news-list .row .title{transition: all .5s ease;}
.index-news-list .row .date{background: #e4f2eb;text-align: center;color: #0056ad;transition: all .1s ease;margin: auto;}
.index-news-list .row .date li:first-child{font-weight: bold;}
.index-news-list .row .title p{padding-top: 5px;font-size: 13px;color: #999999;}
.index-news-list .row .title p.card2{line-height: 18px;height: 43px;}
.index-news-list .row:hover .title a{color: #0056ad;}
.indexNewsBoxs .newImgList .imgBox{overflow:hidden;}
.indexNewsBoxs .newImgList .imgBox img{transform: scale(1);transition:all .5s;}
.indexNewsBoxs .newImgList .imgBox img:hover{transform: scale(1.1);}
.indexNewsBoxs .newImgList .title{font-size: 18px;padding-top: 2px;color: #333333;}
.indexNewsBoxs .newImgList .date{font-size: 14px;padding-top: 2px;color: #929292;margin-bottom: 3px}
.indexNewsBoxs .newImgList .intro{font-size: 13px;line-height: 19px !important;padding-top: 3px;color: #999999;height:40px;}

@media(min-width:1000px) {
    .index-news-list .row{padding-top: 5px;padding-bottom: 18px;}
.index-news-list .row .date{width: 66px;height: 66px;}
.index-news-list .row .title a{font-size:18px;line-height: 1.4;}
.index-news-list .title .time{font-size:15px;}
.index-news-list .row .date li:first-child{font-size: 24px;line-height:41px;}
.index-news-list .row .date li:last-child{font-size: 13px;}
.liaison-man .number{margin-top:50px;}
.liaison-man{padding:30px 40px;}
.feedback-bg{padding:50px 173px;}
}
@media(max-width:1000px) {
    .indexNewsBoxs{margin-top:20px;}
.index-news-list .row .date{width: 60px;height: 60px;}
.index-news-list .row .title a{font-size:18px;}
.index-news-list .row .date li:first-child{font-size: 24px;height: 38px;line-height: 38px;}
.index-news-list .row .date li:last-child{font-size: 13px;}
.index-news-list .row{padding: 10px 0;}
.indexNewsBoxs .newImgList{padding:0 15px;}
.indexNewsBoxs .newImgList{border-bottom: 1px dotted #dbd4cd;padding-bottom: 10px;}
.liaison-man{padding:15px;}
.feedback-bg{padding:30px 15px;}

}



/*首页-合作伙伴 滚动*/
.home-partner{background-color: rgb(249, 249, 249);}
.marqueeleft {height: auto;max-width: 1200px;overflow: hidden;margin: 0px auto;}
.marqueeleft ul{float:left;}
.marqueeleft li{float:left;margin:0 5px;display:inline;width:200px;height:auto;overflow:hidden;text-align:center;}
.marqueeleft li .pic{display:block;width:200px;height:auto;padding:10px;overflow:hidden;}
.marqueeleft li .pic img{height:100%;width:100%;}
.marqueeleft li .txt{text-align:center;height:auto;line-height:300px;}
.marqueeleft ul li p{text-align:center;margin: 0 auto;display:inline-block;color:white;padding-top:10px;}

.marqueelefts {height: auto;max-width: 1200px;overflow: hidden;margin: 0px auto;}
.marqueelefts ul{float:left;}
.marqueelefts li{float:left;padding:0;margin:0 10px;display:inline;width:200px;height:auto;overflow:hidden;text-align:center;}
.marqueelefts li .pic{display:block;width:200px;height:auto;overflow:hidden;border-radius: 10px;background-color: #fff;}
.marqueelefts li .pic img{height:100%;width:100%;}
.marqueelefts li .txt{text-align:center;height:auto;line-height:260px;}
.marqueelefts .marquee1_1>li>p{text-align:center;margin: 0 auto;display:inline-block;}

.homefont {font-size: 21px;font-weight: bold;margin-top: -50px;z-index: 10;position: relative;text-align: center;color: #fff;}

/*联系我们*/
.liaison-man{background-color: rgb(249, 249, 249);}
.liaison-man .box .line{background:#166e3e;height:2px;width:45px;margin:15px 0;}
.liaison-man .content{font-size: 15px;color: rgb(90, 90, 90);line-height:1.8;}
.liaison-man .number img{max-width:136px;width: 100%;}
.feedback-bg{background:url(../images/banner.png);background-size:cover;}

.zhuan{
    -webkit-animation: logoRotate 0.8s ease-in-out 0.8s alternate none 1;
    animation: logoRotate 0.8s ease-in-out 0.8s alternate none 1;
}
@-webkit-keyframes logoRotate {
    0% {-webkit-transform: rotateY(0deg);}
    100% {-webkit-transform: rotateY(-180deg);}
    0% {-webkit-transform: rotateY(-180deg);}
    100% {-webkit-transform: rotateY(0deg);}
}

@keyframes logoRotate {
    0% {transform: rotateY(0deg);}
    100% {transform: rotateY(-180deg);}
    0% {-webkit-transform: rotateY(-180deg);}
    100% {-webkit-transform: rotateY(0deg);}
}


/*内页-新闻中心*/
@media(min-width:1000px){
.pa_textlist_1 .item .left{width:23%;}
.pa_textlist_1 .item .contentbox{width:77%;}
.pa_textlist_1 .item .title{font-size:20px;padding-bottom:10px;}
.news-detailbtn{margin-top: 20px;}
}
@media(max-width:1000px){
.pa_textlist_1 .item{padding:12px 0;margin: 0 15px;}
.pa_textlist_1 .contentbox{padding-left:8px;}
.pa_textlist_1 .item .title{line-height:1.4;font-size:16px;padding:4px 0;}
.pa_textlist_1 .item .left{padding-right:0;padding-left:0;}
.news-detailbtn{display:none !important;}

}
.pa_textlist_1{margin-top: 20px;}
.pa_textlist_1 .item{border-bottom:1px dotted #ccc;padding:16px 0;}
.pa_textlist_1 .item .picbox{display:block;overflow:hidden;}
.pa_textlist_1 .item .picbox img{transition:all 0.3s ease-in-out;}
.pa_textlist_1 .item:hover .picbox img{transform:scale(1.08,1.08);}
.pa_textlist_1 .item .title{color: #076aae;}
.pa_textlist_1 .item .title:hover{color:rgb(51, 51, 51);}
.pa_textlist_1 .item .intro{}
.pa_textlist_1 .item .boxs{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.pa_textlist_1 .contentbox{padding-right: 0;}


/*首页-产品内页切换*/
@media(min-width:1000px) {
.tabbox .tab-title ul li{font-size: 15px;padding: 0 30px;}
.padding1{padding-left: 0;}
.padding2{padding-right: 0;}
.padding3{padding-left: 0;padding-right: 0;}

}
@media(max-width:1000px) {
.tabbox .tab-title ul li{margin-right: 0px;font-size: 13px;padding: 2px 6px;}
.padding1,.padding2{padding-left: 0;padding-right: 0;}
.padding3{padding: 0;}

}
.display-block{display:block;}
.display-none{display:none;}
.tabbox{position: relative;}
.tabbox .tab-title{border-bottom: 1px solid #ccc;margin-bottom: 20px;}
.tabbox .tab-title ul li{display:inline-block;font-weight:bold;cursor: pointer;border: 1px solid #ccc;border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom: none;}
.tabbox .tab-title ul li.select{color: #0056ad;color: #fff;background-color: #0056ad;}
.tabbox .tab-title ul li.select a {color: #fff;}



/*内页-下载中心*/
@media (min-width:1000px){

}
@media (max-width:1000px){
.home-answer li .date{font-size: 13px;}
}
.home-answer li{position: relative;padding-right: 100px;line-height: 2.6;border-bottom: 1px dashed #c5c5c5;}
.home-answer li .title{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.home-answer li .title img{position: relative;bottom: 2px;}
.home-answer li .date{position: absolute;right: 0px;top: 0px;}
.home-answer li:hover a,.home-answer li:hover .date{color:#d00e0f;}


.wordsmovebox .movebox li h4 i{font-style: normal;color: #0079cf;}
.wordsmovebox .movebox .pra_active h4{color:#000;}
/*下载手风琴*/
.movebox{ width: 100%;margin: 0 auto; overflow: hidden; display: block;}
.movebox .pra_active h4{background:#005bac url(../images/win.png) no-repeat left;color:#fff;border-radius:2px;}
.movebox li h4{background:#e5e5e5 url(../images/win-blue.png) no-repeat left;border-radius:2px;}
.movebox .pra_con > li{ overflow: hidden; margin-bottom: 10px;}
.movebox .pra_con h4{cursor: pointer;position: relative;font-weight: normal;}
.movebox .pra_pro{ display: none; padding: 10px 0;}
.movebox{padding-bottom: 40px;}
.movebox .pra_pro{line-height: 2;font-size: 16px;}
.movebox .pra_con h4{font-size: 18px;line-height: 60px;height: 60px;display:block;word-break:keep-all; white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.movebox .pra_active h4,.movebox li h4{padding-left:80px;background-position-x:22px;}

.wordsmovebox .movebox li h4{background: url(../images/kuai.png) no-repeat left;font-size: 16px;padding-left: 0px;background-size: 10px;border-bottom: 1px solid #eaeef4;font-weight: bold;}
.wordsmovebox .movebox li h4:hover{color: #0056ad;}
.wordsmovebox .movebox li h4 i{padding-right: 16px;font-size: 14px;position: absolute;top: 24px;right: 0;background: url(../images/sty_btn1.png) center right no-repeat;background-size: 100% 100%;width: 16px;height: 10px;}
.wordsmovebox .movebox li.pra_active h4 i{background: url(../images/sty_btn2.png) center right no-repeat;background-size: 100% 100%;width: 16px;height: 10px;}
.maxmovebox .wordsmovebox .movebox li h4 i{padding-left: 26px;font-size: 14px;position: absolute;top: 0;right: 0;background: url(../images/qua_btn1.png) center left no-repeat;padding-right: 0;}
.maxmovebox .wordsmovebox .movebox li.pra_active h4 i{padding-left: 26px;font-size: 14px;position: absolute;top: 0;right: 0;background: url(../images/qua_btn2.png) center left no-repeat;padding-right: 0;}


@media (min-width:1000px){
.pra_con li .boxs .pdfdown .tit{padding-right: 40%;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;display: block;}
.pra_con li .boxs .pdfdown .down{position: absolute;right: 0;top: 0;}
}
@media (max-width:1000px){

}
.pra_con li .boxs .pdfdown{position: relative;padding: 4px 0;}
.pra_con li .boxs .pdfdown .down{color: #0056ad;}
.pra_con li .boxs .pdfdown:not(:last-child){border-bottom: 1px solid #eaeef4;}
.pra_con li .boxs .pdfdown img{position: relative;bottom: 2px;padding-right: 6px;}
.pra_con li .boxs .pdfdown .down .title{padding: 0 6px;}
